ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ReportItemProgram<T> Class / MakeStyle Method

In This Topic
    MakeStyle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function MakeStyle( _
       ByVal itemStyle As Style, _
       ByVal dataContent As Def.Content, _
       Optional ByVal isLine As Boolean, _
       Optional ByVal isRenderTime As Boolean _
    ) As StyleProgram
    public StyleProgram MakeStyle( 
       Style itemStyle,
       Def.Content dataContent,
       bool isLine,
       bool isRenderTime
    )

    Parameters

    itemStyle
    dataContent
    isLine
    isRenderTime
    See Also